home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be003.dxr / 00068.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  154 b   |  15 lines

  1. on exitFrame
  2.   if the timer < 180 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     unLoad()
  7.     go(75)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   unLoad()
  13.   go(75)
  14. end
  15.